How to Update to Version  1.7

Copy all the updated folder to your server root

Go to PHPMyadmin 

>> Locate the database your app is using

>> Locate zd_theme column

>> Now click on sql to insert row

>> Copy below code and paste in the box

INSERT INTO `zd_themes` (`theme_id`, `theme_name`, `theme_author`, `theme_status`) VALUES
(2, 'digcool', 'zubdev', 0);

>> Congrate all should be done now.

>> If any error please let me know.